Template.html
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Template</title> <link rel="stylesheet" type="text/css“ href="dojo-release-1.0.0/dijit/themes/tundra/tundra.css“/> <script type="text/javascript“ djConfig="parseOnLoad: true, isDebug: true" src="dojo-release-1.0.0/dojo/dojo.js"> </script> <script type="text/javascript"> dojo.require("dijit.form.Button"); </script> </head> <body class="tundra"> </body> </html> |